home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pro One: Netcracker Netscape Navigator
/
ProOne: Netcracker Netscape Navigator.iso
/
pc
/
nc
/
wds
/
nc_word.geo
/
00021.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-03-19
|
318 b
|
11 lines
on mouseDown
set inLarge to (the mouseV - the locV of sprite get_wordThumbSprite()) > 0
repeat while the mouseDown
if rollOver(get_wordSliderSprite()) then
if (the mouseV - the locV of sprite get_wordThumbSprite()) > 0 = inLarge then
ClickSlider(inLarge)
end if
end if
end repeat
end